ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Fluent Namespace / HtmlHelperExtension Class / C1 Method / C1<TModel>(HtmlHelper<TModel>) Method
The specified model type
The specified html helper object

In This Topic
    C1<TModel>(HtmlHelper<TModel>) Method
    In This Topic
    Create the ControlBuilderFactory instance via html helper.
    Syntax
    'Declaration
     
    
    <ExtensionAttribute()>
    Public Overloads Shared Function C1(Of TModel)( _
       ByVal helper As HtmlHelper(Of TModel) _
    ) As ControlBuilderFactory(Of TModel)
    [Extension()]
    public static ControlBuilderFactory<TModel> C1<TModel>( 
       HtmlHelper<TModel> helper
    )

    Parameters

    helper
    The specified html helper object

    Type Parameters

    TModel
    The specified model type

    Return Value

    An instance of ControlBuilderFactory
    See Also